home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / September 96 / Re Parts with fixed display si < prev    next >
Encoding:
Internet Message Format  |  1996-09-19  |  1.5 KB  |  [TEXT/ttxt]

  1. Subject:     Re: Parts with fixed display size
  2. Sent:        9/4/96 2:16 PM
  3. Received:    9/4/96 2:16 PM
  4. From:        Brad Pettit <bpettit@apple.com>
  5. Reply-To:    ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List
  7.  
  8.  
  9. If your part does not want to conform to frame negotiation guidelines, 
  10. perhaps it should not support being presented within any frame smaller 
  11. than it's "required" size. You could iconize, for example. Either that, 
  12. or your part could scale it's contents to conform to the frame it has 
  13. been given. If your part supports being embedded, it will also need to 
  14. address being printed at resolutions other than 72dpi. I'm mentioning 
  15. this because if your frame is unable to emotionally adapt to a size 
  16. smaller than it requested, perhaps it is making assumptions about the 
  17. device resolution, too.
  18.  
  19. --Brad
  20. --Another ODF Person
  21.  
  22. >ODF-Interest@CILabs.
  23. >
  24. >>Restricting user control would go against HI guidelines. It's not
  25. >necessary
  26. >>either.
  27. >
  28. >You are right for the usual data types like drawings and text.
  29. >
  30. >However, I believe it necessary for certain types of content when it would
  31. >be an error for the user to change the visible area. I do not want to
  32. >disclose what type of content I am dealing with, but it includes its own HI
  33. >guidelines and I want to make sure that the user obeys them.
  34. >
  35. >Fortunately, sometimes if something is against the HI guidelines it does
  36. >not mean that it can not be done. ;-)
  37. >
  38. >Thanks for your input.
  39. >
  40. >Cheers,
  41. >
  42. >Oliver.